projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8160562
)
API: Decouple GdkWindow from GdkDrawable
author
Benjamin Otte
<otte@redhat.com>
Mon, 22 Nov 2010 16:50:06 +0000
(17:50 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 2 Dec 2010 19:21:02 +0000
(20:21 +0100)
Make GdkWindow no longer typedeffed to GdkDrawable, but instead make it
be its own (private) type.
gdk/gdktypes.h
patch
|
blob
|
history
diff --git
a/gdk/gdktypes.h
b/gdk/gdktypes.h
index 417aec211dc3142ef5196992e42997d6fb6ec778..f50d02f49a925c93f2445e5653c83f5da19749a4 100644
(file)
--- a/
gdk/gdktypes.h
+++ b/
gdk/gdktypes.h
@@
-146,7
+146,7
@@
typedef struct _GdkDrawable GdkDrawable;
*
* An opaque structure representing an onscreen drawable.
*/
-typedef struct _Gdk
Drawable
GdkWindow;
+typedef struct _Gdk
Window
GdkWindow;
typedef struct _GdkDisplay GdkDisplay;
typedef struct _GdkScreen GdkScreen;